home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / c / chunky.lha / lib_chunky / lib-src / Makefile < prev    next >
Makefile  |  1998-02-26  |  1KB  |  82 lines

  1. # This Makefile has been generated automatically
  2. # by GccOpts 1.3 (Rodrigo Reyes 1995) and is designed
  3. # to be used with GCC
  4. #
  5. # GccOpts is free software for Amiga.
  6. #
  7. # To compile, just type 'make' in your shell environment.
  8. #
  9.  
  10.  
  11. ##
  12. ## Please do NOT edit this file
  13. ##
  14.  
  15. #OUTP a.out
  16. #CPU: 1
  17. #VER: 1.3
  18. #FPU: 0
  19. #OLV: 3
  20. #LNK: 1
  21. #PRJ: chunky.c c2p.asm p2c.asm 
  22. #OPT: /0000/0000/00/000000000000000000/0000000/00000000000000000000000000000000000
  23.  
  24. .PHONY : all
  25. .PHONY : clean
  26.  
  27. # System configuration
  28. SHELL = gnu:bin/sh
  29.  
  30. # System environment
  31. CC = gcc
  32.  
  33. CODEGEN = -m68020  -noixemul
  34.  
  35. OPTIMIZATION = -O2
  36.  
  37. OPTIONS = -fstrength-reduce
  38.  
  39. CFLAGS = $(CODEGEN) $(OPTIMIZATION) $(OPTIONS)
  40.  
  41.  
  42. LIB = 
  43.  
  44. OBJ = chunky.o c2p.o p2c.o text.o frames.o
  45.  
  46. ARCHIVE =
  47.  
  48. libchunky.a: $(OBJ)
  49.     ar qc libchunky.a *.o
  50.     ranlib libchunky.a
  51.     mv libchunky.a gnu:lib
  52.  
  53. all: clean a.out
  54.  
  55. clean:
  56.     rm -f chunky.o a.out
  57.  
  58.  
  59. chunky.o: chunky.c chunky.h 
  60.  
  61.     $(CC) $(CFLAGS) $(INCL) -c chunky.c
  62.  
  63. text.o: text.c chunky.h
  64.     $(CC) $(CFLAGS) $(INCL) -c text.c
  65.  
  66. frames.o: frames.c chunky.h
  67.     $(CC) $(CFLAGS) $(INCL) -c frames.c
  68.  
  69. c2p.o: c2p.asm
  70.     phxass quiet c2p.asm
  71.     hunk2gcc c2p.o
  72.     copy obj.0000.?????? c2p.o
  73.     delete obj.#?
  74.  
  75. p2c.o: p2c.asm
  76.     phxass quiet p2c.asm
  77.     hunk2gcc p2c.o
  78.     copy obj.0000.?????? p2c.o
  79.     delete obj.#?
  80.  
  81. #END OF FILE#
  82.